home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue56 / VFI / Listing6.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  2000-02-29  |  214 b   |  5 lines

  1. // create the new form (the HostForm is the owner)
  2. Form:=TPlugInForm1.Create(HostForm);
  3. Form.BorderStyle:=bsNone;
  4. // add the new form to the scroll box on the right hand side
  5. Form.Parent:=HostForm.RHSScrollBox;